[IA64] fix domVTi boot with maxmem
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Wed, 1 Nov 2006 05:25:25 +0000 (22:25 -0700)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Wed, 1 Nov 2006 05:25:25 +0000 (22:25 -0700)
commit62254de83399428edb59df2272336e4fe7f148a1
tree1e3edcd76c22d7846fc79c67dfc4f79600327331
parent2edeb59f757f81ea390acb20a98e500e438babb8
[IA64] fix domVTi boot with maxmem

We found the following bug.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=800

I change assigned page number by assign_domain_page()
from d->max_pages to d->tot_pages in vmx_build_physmap_table()
because domVTi don't support maxmem.

Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
xen/arch/ia64/vmx/vmx_init.c